Platform Explorer / Nuxeo Platform 6.0

Operation UserGroup.Suggestion (Get user/group suggestion)

Description

Get the user/group list of the running instance. This is returning a blob containing a serialized JSON array..
Operation id UserGroup.Suggestion
Category Services
Label Get user/group suggestion
Requires
Since

Parameters

Name Description Type Required Default value
displayEmailInSuggestion boolean no  
firstLabelField string no  
groupRestriction string no  
hideFirstLabel boolean no  
hideIcon boolean no  
hideSecondLabel boolean no  
hideThirdLabel boolean no  
lang string no  
searchTerm string no  
searchType string no  
secondLabelField string no  
thirdLabelField string no  
userSuggestionMaxSearchResults integer no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.ui.select2.automation.SuggestUserEntries
Contributing Component org.nuxeo.ecm.platform.ui.select2.opertion.contrib

JSON Definition

{
  "id" : "UserGroup.Suggestion",
  "label" : "Get user/group suggestion",
  "category" : "Services",
  "requires" : null,
  "description" : "Get the user/group list of the running instance. This is returning a blob containing a serialized JSON array..",
  "url" : "UserGroup.Suggestion",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "displayEmailInSuggestion",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "firstLabelField",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "groupRestriction",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "hideFirstLabel",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "hideIcon",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "hideSecondLabel",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "hideThirdLabel",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "lang",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "searchTerm",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "searchType",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "secondLabelField",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "thirdLabelField",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "userSuggestionMaxSearchResults",
    "description" : null,
    "type" : "integer",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}